home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / timevent / novcron / novcron.txt < prev   
Encoding:
Text File  |  1995-04-21  |  4.8 KB  |  147 lines

  1. NOVCRON 4.0    
  2.     NovCron.NLM is a system which performs specified tasks at scheduled times.  
  3. You can perform any console command, load and unload NLMs or execute NCF files
  4. without having to be there.  The system is controlled by a text file :
  5. SYS:\SYSTEM\CRONTAB.DAT
  6. The CRONTAB.DAT file is checked every minute to see if anything is scheduled
  7. to be processed.
  8.  
  9.     After jobs execute an entry is made in a log SYS:\SYSTEM\NOVCRON.LOG.  
  10. Each line in the CRONTAB.DAT file is another command to run.  The format
  11. for the CRONTAB.DAT file is as follows.
  12.  
  13. Month       -   Month to run process.
  14. space
  15. Day         -   Numeric day of month to run process.
  16. space
  17. Day of Week -   Day of the week to run process.
  18. space
  19. Hour        -   Hour of the day to run process. (in 24 hour format)
  20. space
  21. Minute      -   Minute of the hour to run process.
  22. space
  23. command     -   command to execute with parameters
  24.  
  25.  '*' can be used to indicate that any value satisfies the required field.
  26.  ',' can be used to seperate specific values within a field.
  27.  
  28. For example
  29.  
  30. * * * * * TIME
  31.                 This will execute the time command every minute.
  32.  
  33. * * 5 23 59 disable login
  34.                 This disables login at 1 minute till midnight on Fridays.
  35.  
  36. * * 1 6 0 enable login
  37.                 This enables login on Monday morning at 6:00.
  38.  
  39. 12 31 * 23 59 YREND
  40.                 This runs a year end procedure at 11:59 PM on december 31
  41.  
  42. * 1 * 0 1 MONTHEND
  43.                 This runs a month end report at 1 minute after midnight on
  44.                 the first of every month.
  45. * * 0 0 1 WEEKEND
  46.                 This runs a weekly report on at 1 minute after midnight every
  47.                 sunday morning.
  48. NOTE ***********
  49. * 1 0 0 1 OTHERREP 
  50.                 This runs another report at one minute after midnight BUT,
  51.                 only on when the first of the month is on a Sunday.
  52.  
  53. * * * * 0,10,20,30,40,50 time
  54.                 This runs the time command every ten minutes.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. ____________________________________________________________________________
  66. About Classic Software :
  67.  
  68. If you find this program usefull please complete and send the attached 
  69. form and a check for $50.00 US to :
  70.  
  71.  Classic SOFTWARE
  72.  1364 FAXON AVE 
  73.  MEMPHIS TN 38104-6811
  74.  
  75. In return you will receive the latest registered version of this product
  76. and be added to our mailing list for future updates and press releases.
  77.  
  78. Support from Classic Software can be obtained via Compuserve mail at
  79. 72460,33.
  80.  
  81. CLASSIC SOFTWARE MAKES NO WARRANTY, REPRESENTATION OR PROMISE NOT EXPRESSLY
  82. SET FORTH IN THIS AGREEMENT.  CLASSIC SOFTWARE DISCLAIMS AND EXCLUDES ANY
  83. AND ALL IMPLIED WARRANTIES OF MERCHANTABILITY, TITLE AND FITNESS FOR A
  84. PARTICULAR PURPOSE.  CLASSIC SOFTWARE DOES NOT WARRANT THAT THE SOFTWARE
  85. OR DOCUMENTATION WILL SATISFY YOUR REQUIREMENTS OR THAT THE SOFTWARE AND
  86. DOCUMENTATION ARE WITHOUT DEFECT OR ERROR OR THAT THE OPERATION OF THE
  87. SOFTWARE WILL BE UNINTERRUPTED.
  88.  
  89. Copyright, 1994,1995 Classic Software, Chip Cox All Rights Reserved.
  90. Portions of this program 
  91. Copyright 1983-1990 Novell, Inc. All Rights Reserved.
  92.  
  93.  
  94.  
  95. Name : _____________________________________
  96.  
  97.  
  98. Company : __________________________________
  99.  
  100.  
  101. Address : __________________________________  Room/Suite ____________
  102.  
  103.  
  104. City : _______________________  State : ________   ZIP : _________-_______
  105.  
  106.  
  107. Phone : ______________________  Fax : _________________________
  108.  
  109. Product being registered : _______________________________________________
  110.  
  111. Novell Version
  112.  
  113.     ___  3.11       ___  3.12       ___ 4.0     ___ 4.1
  114.  
  115. Fileserver hardware information : 
  116.  
  117.     ___ 386         ___ 486         ___ Pentium
  118.  
  119. Client Information :
  120.  
  121.     ___ PC 8086     ___ PC 286      ___ PC 386  ___ PC 486  ___ Pentium
  122.  
  123.     ___ MAC         ___ Power PC    
  124.  
  125.  
  126. Operating Environments / Operating Systems :
  127.  
  128.     ___ DOS         ___ Windows     ___ NT      ___ OS2     ___ UNIX    
  129.  
  130. Where did you hear about Classic Software                    
  131.  
  132.     ___ Bulletin Board              ___ Friend              ___ Magazine
  133.  
  134.     ___ Direct Mail                 ___ Co-worker
  135.  
  136. Would you be interested in hearing about more of our Netware Utilities ? ___
  137.  
  138. This program is produced by a member of the Association of Shareware
  139. Professionals (ASP). ASP wants to make sure that the shareware principle
  140. works for you. If you are unable to resolve a shareware-related problem
  141. with an ASP member by contacting the member directly, ASP may be able to
  142. help. The ASP Ombudsman can help you resolve a dispute or problem with an
  143. ASP member, but does not provide technical support for members' products.
  144. Please write to the ASP Ombudsman at 545 Grover Road, Muskegon, MI
  145. 49442-9427 USA, FAX 616-788-2765 or send a CompuServe message via CompuServe
  146. Mail to ASP Ombudsman 70007,3536.
  147.